home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Formula1.swf / scripts / DefineButton2_245 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-07-27  |  307 b   |  8 lines

  1. on(release){
  2.    loadVariablesNum("http://vodafone.panlogic.co.uk/start_racing_pitlane.html",0);
  3.    set("/:just_starting","no");
  4.    gotoAndStop(16);
  5.    randy = random(10000);
  6.    loadVariables("http://vodafone.panlogic.co.uk/vodafone/servlet/vodafone?flag=6&rand=" add randy,_root.controller,"GET");
  7. }
  8.